Attribute Stack Routines

The attribute stack contains details such as current color, and the current font number. If you need to prevent object calls form changing these, use pushattributes before the call and popattributes after.

void pushattributes
()
Save the current attributes on the attribute stack.

void popattributes
()
Restore the attributes to what they were at the last pushattribute().